home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList, gCopyOfList
- doButton()
- set vAddValue to the text of member "Copying Linear Copy Input Field 1"
- set vAddValue to checkValue(vAddValue)
- if vAddValue <> EMPTY then
- append(gDefaultLinearList, vAddValue)
- set the text of member "Copying Linear Copy Display Field 1" to string(gDefaultLinearList)
- if gCopyOfList <> 0 then
- set the text of member "Copying Linear Copy Display Field 2" to string(gCopyOfList)
- end if
- end if
- end
-